home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / confirm.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  194b  |  13 lines

  1. /*
  2.  * confirm.h : External defs for confirmer functions
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
  5.  */
  6.  
  7. #ifndef _CONFIRM_H
  8. #define _CONFIRM_H
  9.  
  10. extern int confirm0();
  11.  
  12. #endif
  13.